Draft
Conversation
|
👋 Hi! I see this is a draft PR. |
e88eb4c to
b2ea4c4
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4497 +/- ##
==========================================
- Coverage 86.19% 86.18% -0.02%
==========================================
Files 161 160 -1
Lines 107459 107441 -18
Branches 107459 107441 -18
==========================================
- Hits 92621 92594 -27
- Misses 12219 12227 +8
- Partials 2619 2620 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
The sanity check (cargo test on fuzz targets) doesn't use the restored corpus and was blocking the actual fuzz run. Move it to a separate fuzz_sanity job so both run in parallel. AI tools were used in preparing this commit.
Replace the fixed 30s run_time with iteration counts scaled to 8x corpus size (plus a 1000 baseline) with a 10-minute hard cap. This ensures small targets finish quickly while large ones get adequate fuzzing time. Additional changes: - Use -q (quiet) to suppress per-iteration status output - Log corpus size before/after fuzzing with delta - Increase per-input timeout to 3s for chanmon_consistency_target - On main, run corpus minimization after each target and report the minimized corpus size AI tools were used in preparing this commit.
99b19be to
bf29ed2
Compare
Add timestamp logging to each phase for profiling. Print a summary table at the end with per-target iterations, corpus sizes, fuzz run time, and minimization stats. Temporarily run minimization on all branches for testing. AI tools were used in preparing this commit.
c3f6422 to
b491412
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.